docs: add missing approval-summary and compiler-smoke-e2e dirs to ado-script tree#1642
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: add missing approval-summary and compiler-smoke-e2e dirs to ado-script tree#1642github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
…-script tree Both directories exist in scripts/ado-script/src/ but were absent from the architecture trees in docs/ado-script.md (both missing) and AGENTS.md (compiler-smoke-e2e missing). - approval-summary/: safe-outputs summary renderer (bundled to approval-summary.js), already listed in AGENTS.md but absent from the detailed docs/ado-script.md tree. - compiler-smoke-e2e/: TypeScript E2E orchestrator that stages a compiler candidate across the five smoke fixtures in tests/compiler-smoke-e2e/, pushes to ado-aw-mirror, queues fixed candidate-lane pipelines, and asserts all pass. Was not listed in either tree. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Agent Documentation Update
Findings
approval-summary/source directory exists inscripts/ado-script/src/and is listed inAGENTS.md, but was absent from the detailed directory tree indocs/ado-script.mddocs/ado-script.mdcompiler-smoke-e2e/TypeScript harness exists inscripts/ado-script/src/but was absent from both thedocs/ado-script.mdtree and theAGENTS.mdado-script treeAGENTS.md,docs/ado-script.mdApplied Fixes
approval-summary/(withindex.ts,render.ts,__tests__/) to thedocs/ado-script.mdsource directory tree, betweenconclusion/andgithub-app-token/compiler-smoke-e2e/(with a description matching itsindex.tsdocstring) to both thedocs/ado-script.mdtree and theAGENTS.mdado-script treeNotes
Verified against
ls scripts/ado-script/src/. Thecompiler-smoke-e2e/description was derived fromscripts/ado-script/src/compiler-smoke-e2e/index.tsJSDoc.approval-summary/contents (index.ts,render.ts,__tests__/) confirmed withls. AGENTS.md already hadapproval-summary/in its tree (correct); onlydocs/ado-script.mdwas missing it. No source files were changed.Created by the agent-documentation maintainer workflow.